############################################################################### # # File: .\USER\R&S_BIN.PAC # Date: 04/29/93 # From: ROHDE & SCHWARZ # # # This is an example of a protocol definition file for a customized # display of protocol information on the AES/EBU interface. # # Each line starts with a keyword, followed by the X coordinate, a # semicolon, the Y coordinate, a semicolon and the parameter section. # # maximum screen dimensions: 13 lines with 50 characters # # Comment lines are allowed anywhere and start with '#', case is not # significant. # # See online help or file r&s_aes3.pac for information on keywords # and commands. # ############################################################################## # # This file implements an all binary display # # ³ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄij # ³Byte: ======= BINARY ======= ³ # ³ ³ # ³ 7......0 15.....8 23....16 31....24 ³ # ³0-3: 01001001 01010100 10101010 10101100 ³ # ³4-7: 01001001 01010100 10101010 10101100 ³ # ³8-11: 00101010 10010101 01001010 00111111 ³ # ³12-15: 00000000 00000000 00000000 00000000 ³ # ³16-19: 00000000 00000000 00000000 00000001 ³ # ³20-23: 01001001 01010100 10101010 10101100 ³ # ³ ³ # ³ ³ # ³measured sample rate: 48000.2 ³ # ³set sample rate: 48000.0 ³ # ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ # PRINT 1, 1, "Byte: ======= BINARY =======" PRINT 9, 3, "7......0" PRINT 19, 3, "15.....8" PRINT 29, 3, "23....16" PRINT 39, 3, "31....24" PRINT 1, 4, "0-3:" BINARY 9, 4, BIT:0-7 BINARY 19, 4, BIT:8-15 BINARY 29, 4, BIT:16-23 BINARY 39, 4, BIT:24-31 PRINT 1, 5, "4-7:" BINARY 9, 5, BIT:32-39 BINARY 19, 5, BIT:40-47 BINARY 29, 5, BIT:48-55 BINARY 39, 5, BIT:56-63 PRINT 1, 6, "8-11:" BINARY 9, 6, BIT:64-71 BINARY 19, 6, BIT:72-79 BINARY 29, 6, BIT:80-87 BINARY 39, 6, BIT:88-95 PRINT 1, 7, "12-15:" BINARY 9, 7, BIT:96-103 BINARY 19, 7, BIT:104-111 BINARY 29, 7, BIT:112-119 BINARY 39, 7, BIT:120-127 PRINT 1, 8, "16-19:" BINARY 9, 8, BIT:128-135 BINARY 19, 8, BIT:136-143 BINARY 29, 8, BIT:144-151 BINARY 39, 8, BIT:152-159 PRINT 1, 9, "20-23:" BINARY 9, 9, BIT:160-167 BINARY 19, 9, BIT:168-175 BINARY 29, 9, BIT:176-183 BINARY 39, 9, BIT:184-191 PRINT 1, 12, "measured sample rate:" VALUE 23,12, MEASURED_RATE PRINT 1, 13, "set sample rate:" VALUE 23,13, SET_RATE